home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / qmps4104.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2003-02-21  |  12.7 KB  |  363 lines

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1992 Adobe Systems Incorporated. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *FormatVersion: "4.0"
  10. *FileVersion: "3.0"
  11. *PCFileName: "QMPS4101.PPD"
  12. *LanguageVersion: English
  13. *Product: "(QMS-PS 410)"
  14. *PSVersion: "(52.4) 94"
  15. *ModelName: "QMS-PS 410"
  16. *NickName: "QMS-PS 410 v52.4"
  17.  
  18. *% ADORequiresEExec added by Microsoft
  19. *ADORequiresEExec: True
  20.  
  21. *% General Information and Defaults ===============
  22. *FreeVM: "336596"
  23. *LanguageLevel: "1"
  24. *ColorDevice: False
  25. *DefaultColorSpace: Gray
  26. *VariablePaperSize: False
  27. *FileSystem: False
  28. *Throughput: "4"
  29. *Password: "0"
  30. *ExitServer: "
  31.   count 0 eq {  % is the password on the stack?
  32.     true
  33.   }{
  34.     dup % potential password
  35.     statusdict /checkpassword get exec not
  36.   } ifelse
  37.   {  %  if no password or not valid
  38.     (WARNING : Cannot perform the exitserver command.) =
  39.     (Password supplied is not valid.) =
  40.     (Please contact the author of this software.) = flush
  41.     quit
  42.   } if
  43.   serverdict /exitserver get exec
  44. "
  45. *End
  46. *Reset: "
  47.   count 0 eq {  % is the password on the stack?
  48.     true
  49.   }{
  50.     dup % potential password
  51.     statusdict /checkpassword get exec not
  52.   } ifelse
  53.   {  %  if no password or not valid
  54.     (WARNING : Cannot reset printer.) =
  55.     (Password supplied is not valid.) =
  56.     (Please contact the author of this software.) = flush
  57.     quit
  58.   } if
  59.   serverdict /exitserver get exec
  60.   systemdict /quit get exec
  61.   (WARNING : Printer Reset Failed.) = flush
  62. "
  63. *End
  64.  
  65. *DefaultResolution: 300dpi 
  66. *?Resolution: "
  67. save
  68.   initgraphics
  69.   0 72 dtransform
  70.   dup mul exch
  71.   dup mul 
  72.   add sqrt round cvi
  73.   (          ) cvs print (dpi) = flush
  74. restore
  75. "
  76. *End
  77.  
  78. *% Halftone Information ===============
  79. *ScreenFreq: "60.0"
  80. *ScreenAngle: "45.0"
  81. *DefaultScreenProc: Dot
  82. *ScreenProc Dot: "{ dup mul exch dup mul add 1 exch sub }"
  83. *ScreenProc Line: "{ pop }"
  84. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  85.  
  86. *DefaultTransfer: Null
  87. *Transfer Null: "{ }"
  88. *Transfer Null.Inverse: "{ 1 exch sub }"
  89.  
  90. *% Paper Handling ===================
  91.  
  92. *% Use these entries to set paper size most of the time, unless there is
  93. *% specific reason to use PageRegion.
  94. *OpenUI *PageSize: PickOne
  95. *OrderDependency: 30 AnySetup *PageSize
  96. *DefaultPageSize: Letter
  97. *PageSize Letter: "statusdict /lettertray get exec"
  98. *PageSize Legal: "statusdict /legaltray get exec"
  99. *PageSize Executive: "statusdict /executivetray get exec"
  100. *PageSize A4: "statusdict /a4tray get exec"
  101. *PageSize B5: "statusdict /b5tray get exec"
  102. *PageSize Monarch/Monarch Envelope: "statusdict /envelopetray get exec statusdict /monarch get exec"
  103. *PageSize Comm10/Common #10 Envelope: "statusdict /envelopetray get exec statusdict /com10 get exec"
  104. *PageSize DL/DL Envelope: "statusdict /envelopetray get exec statusdict /dl get exec"
  105. *PageSize C5/C5 Envelope: "statusdict /envelopetray get exec statusdict /c5 get exec"
  106. *?PageSize: "
  107. save 
  108. 6 dict 
  109.   dup /letter (Letter) put
  110.   dup /legal (Legal) put
  111.   dup /a4 (A4) put
  112.   dup /b5 (B5) put
  113.   dup /executive (Executive) put
  114.   dup /envelope (Envelope) put
  115.   statusdict /papersize get exec
  116.   3 1 roll  {get} stopped {(Unknown)}if
  117.   exch  not { print (.Transverse) }if
  118.   = flush
  119. restore 
  120. "
  121. *End
  122. *CloseUI: *PageSize
  123.  
  124. *% These entries will set up the frame buffer. Usually used with manual feed.
  125. *% Used with windows
  126. *OpenUI *PageRegion: PickOne
  127. *OrderDependency: 40 AnySetup *PageRegion
  128. *DefaultPageRegion: Letter
  129. *PageRegion Letter: "letter"
  130. *PageRegion Legal: "legal"
  131. *PageRegion A4: "a4"
  132. *PageRegion B5: "b5"
  133. *PageRegion Executive: "statusdict /executivepage get exec"
  134. *PageRegion Monarch/Monarch Envelope: "statusdict /monarch get exec"
  135. *PageRegion Comm10/Common #10 Envelope: "statusdict /com10 get exec"
  136. *PageRegion DL/DL Envelope: "statusdict /dl get exec"
  137. *PageRegion C5/C5 Envelope: "statusdict /c5 get exec"
  138. *CloseUI: *PageRegion
  139.  
  140. *% The following entries provide information about specific paper keywords.
  141. *DefaultImageableArea: Letter
  142. *ImageableArea Letter: "15 13 597 779 "
  143. *ImageableArea Legal: "15 14 589 995 "
  144. *ImageableArea A4: "16 11 579 831 "
  145. *ImageableArea B5: "18 12 497 717 "
  146. *ImageableArea Executive: "18 18 503 738"
  147. *ImageableArea Monarch/Monarch Envelope: "1 1 279 540"
  148. *ImageableArea Comm10/Common #10 Envelope: "1 1 297 684"
  149. *ImageableArea DL/DL Envelope: "1 1 312 623"
  150. *ImageableArea C5/C5 Envelope: "1 1 459 649"
  151. *?ImageableArea: "
  152. save
  153.   /cvp { (                ) cvs print ( ) print } bind def
  154.   /upperright {10000 mul floor 10000 div} bind def
  155.   /lowerleft {10000 mul ceiling 10000 div} bind def
  156.   newpath clippath pathbbox
  157.   4 -2 roll exch 2 {lowerleft cvp} repeat
  158.   exch 2 {upperright cvp} repeat flush
  159.  restore
  160. "
  161. *End
  162.  
  163. *% These provide the physical dimensions of the paper (by keyword)
  164. *DefaultPaperDimension: Letter
  165. *PaperDimension Letter: "612 792"
  166. *PaperDimension Legal: "612 1008"
  167. *PaperDimension A4: "595 842"
  168. *PaperDimension B5: "516 729"
  169. *PaperDimension Executive: "540 756"
  170. *PaperDimension Monarch/Monarch Envelope: "279 540"
  171. *PaperDimension Comm10/Common #10 Envelope: "297 684"
  172. *PaperDimension DL/DL Envelope: "312 624"
  173. *PaperDimension C5/C5 Envelope: "459 649"
  174.  
  175. *RequiresPageRegion All: True
  176. *OpenUI *InputSlot: PickOne
  177. *OrderDependency: 20 AnySetup *InputSlot
  178. *DefaultInputSlot: Upper
  179. *InputSlot Lower: "0 statusdict /setpapertray get exec"
  180. *InputSlot Upper: "1 statusdict /setpapertray get exec"
  181. *?InputSlot: "
  182. save
  183.   [ (Lower) (Upper) ]
  184.   statusdict /papertray get exec
  185.   {get exec} stopped { pop pop (Unknown)} if = flush
  186. restore 
  187. "
  188. *End
  189. *CloseUI: *InputSlot
  190.  
  191. *OpenUI *ManualFeed: PickOne
  192. *OrderDependency: 20 AnySetup *ManualFeed
  193. *DefaultManualFeed: False
  194. *ManualFeed True: "statusdict /manualfeed true put"
  195. *ManualFeed False: "statusdict /manualfeed false put"
  196. *?ManualFeed: "save
  197.   statusdict /manualfeed get
  198.   {(True)}{(False)}ifelse = flush
  199.  restore"
  200. *End
  201. *CloseUI: *ManualFeed
  202.  
  203. *DefaultOutputBin: Upper
  204. *DefaultOutputOrder: Normal
  205.  
  206. *% Font Information =====================
  207. *DefaultFont: Courier
  208. *Font AGaramond-Bold: Standard "(001.000)" Standard ROM
  209. *Font AGaramond-BoldItalic: Standard "(001.000)" Standard ROM
  210. *Font AGaramond-Italic: Standard "(001.000)" Standard ROM
  211. *Font AGaramond-Regular: Standard "(001.000)" Standard ROM
  212. *Font AGaramond-Semibold: Standard "(001.000)" Standard ROM
  213. *Font AGaramond-SemiboldItalic: Standard "(001.000)" Standard ROM
  214. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  215. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
  216. *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
  217. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
  218. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  219. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  220. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  221. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  222. *Font Courier: Standard "(002.003)" Standard ROM
  223. *Font Courier-Bold: Standard "(002.003)" Standard ROM
  224. *Font Courier-BoldOblique: Standard "(002.003)" Standard ROM
  225. *Font Courier-Oblique: Standard "(002.003)" Standard ROM
  226. *Font Helvetica: Standard "(001.006)" Standard ROM
  227. *Font Helvetica-Bold: Standard "(001.007)" Standard ROM
  228. *Font Helvetica-BoldOblique: Standard "(001.007)" Standard ROM
  229. *Font Helvetica-Condensed: Standard "(001.001)" Standard ROM
  230. *Font Helvetica-Condensed-Bold: Standard "(001.002)" Standard ROM
  231. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)" Standard ROM
  232. *Font Helvetica-Condensed-Oblique: Standard "(001.001)" Standard ROM
  233. *Font Helvetica-Narrow: Standard "(001.006)" Standard ROM
  234. *Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard ROM
  235. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard ROM
  236. *Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard ROM
  237. *Font Helvetica-Oblique: Standard "(001.006)" Standard ROM
  238. *Font NewCenturySchlbk-Bold: Standard "(001.006)" Standard ROM
  239. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)" Standard ROM
  240. *Font NewCenturySchlbk-Italic: Standard "(001.003)" Standard ROM
  241. *Font NewCenturySchlbk-Roman: Standard "(001.004)" Standard ROM
  242. *Font Palatino-Bold: Standard "(001.002)" Standard ROM
  243. *Font Palatino-BoldItalic: Standard "(001.002)" Standard ROM
  244. *Font Palatino-Italic: Standard "(001.002)" Standard ROM
  245. *Font Palatino-Roman: Standard "(001.001)" Standard ROM
  246. *Font Symbol: Special "(001.007)" Special ROM
  247. *Font Times-Bold: Standard "(001.007)" Standard ROM
  248. *Font Times-BoldItalic: Standard "(001.009)" Standard ROM
  249. *Font Times-Italic: Standard "(001.007)" Standard ROM
  250. *Font Times-Roman: Standard "(001.007)" Standard ROM
  251. *Font ZapfChancery-MediumItalic: Standard "(001.003)" Standard ROM
  252. *Font ZapfDingbats: Special "(001.002)" Special ROM
  253. *?FontQuery: "
  254. save
  255.  /str 100 string dup 0 (fonts/) putinterval def
  256.  {
  257.    count 1 gt
  258.    {
  259.          exch dup str 6 94 getinterval cvs
  260.          (/) print print (:) print
  261.          FontDirectory exch known
  262.          {(Yes)}{(No)} ifelse =
  263.    }
  264.    {exit} ifelse
  265.  }bind loop
  266.  (*) = flush
  267. restore
  268. "
  269. *End
  270.  
  271. *?FontList: "
  272. save
  273.   FontDirectory { pop == } bind forall flush
  274.   (*) = flush
  275. restore
  276. "
  277. *End
  278.  
  279. *% Printer Messages (verbatim from printer):
  280. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  281. *Message: "%%[ Flushing until EOF seen ]%%"
  282. *Message: "%%[WARNING: Font <22>\FontName\<22> not found, substituting Courier.]%%"
  283. *Message: "%%[ Initializing... ]%%"
  284.  
  285. *% Status (format: %%[ status: <one of these> ]%% )
  286. *Status: "idle"
  287. *Status: "busy"
  288. *Status: "waiting"
  289. *Status: "printing"
  290. *Status: "warming up"
  291. *Status: "Initializing"
  292. *Status: "printing startup page"
  293. *Status: "printing test page"
  294. *Status: "PrinterError: no paper tray"
  295. *Status: "PrinterError: service call"
  296. *Status: "PrinterError: no toner cartridge"
  297. *Status: "PrinterError: cover open"
  298. *Status: "PrinterError: paper entry misfeed"
  299. *Status: "PrinterError: manual feed"
  300. *Status: "PrinterError: out of paper"
  301.  
  302. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  303. *Source: "serial25"
  304. *Source: "appletalk"
  305. *Source: "Centronics"
  306.  
  307. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  308. *PrinterError: "no paper tray"
  309. *PrinterError: "service call"
  310. *PrinterError: "no toner cartridge"
  311. *PrinterError: "cover open"
  312. *PrinterError: "paper entry misfeed"
  313. *PrinterError: "manual feed"
  314. *PrinterError: "out of paper"
  315.  
  316. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  317.  
  318. *% Color Separation Information =====================
  319.  
  320. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  321.  
  322. *InkName: ProcessBlack/Process Black
  323. *InkName: CustomColor/Custom Color
  324. *InkName: ProcessCyan/Process Cyan
  325. *InkName: ProcessMagenta/Process Magenta
  326. *InkName: ProcessYellow/Process Yellow
  327.  
  328. *%  For 60 lpi / 300 dpi  ===============================
  329.  
  330. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  331. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  332. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  333. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  334. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  335.  
  336. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  337. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  338. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  339. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  340. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  341.  
  342. *%  For 53 lpi / 300 dpi  ===============================
  343.  
  344. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  345. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  346. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  347. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  348. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  349.  
  350. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  351. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  352. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  353. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  354. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  355.  
  356. *% For "QMS-PS 410" version 52.4
  357. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  358. *% Converted to meet 4.0 specification
  359. *% Last Edit Date: 13 Mar 1992
  360. *% The byte count of this file should be exactly 012573 or 012932
  361. *% depending on the filesystem it resides in.
  362. *% end of PPD file for QMS-PS 410
  363.